home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / unix / dnet_aix.readme < prev    next >
Text File  |  1993-04-15  |  3KB  |  71 lines

  1. Short: DNET src+bin for AIX systems
  2. Type: comm/net
  3. Uploader: robtu@itx.isc.com
  4.  
  5. Howdy,
  6.  
  7. I have been using this package under AIX for over a year and a half.  It 
  8. was first ported to run under AIX 3.1.5.  When AIX 3.2 was released, it was 
  9. still running but had a few problems.  I was no longer able to use 
  10. putfiles/getfiles from the Unix side.  Also, 8 bit mode was a no go.  I sat 
  11. down a few weeks ago and took a harder look at the Unix source and made a 
  12. few changes to the way sockets are set up and used.  Voila!  Things worked 
  13. much better and the 8 bit code is going.  I compiled/linked the files using
  14. the native AIX compiler. Use the files CLEAN and MAKE to unbuild/build the
  15. files if you choose to redo anything. You must use the CFLAGS/LDFLAGS
  16. settings I included to get this to work right on AIX. Maybe someday I'll do
  17. a proper port to remove the BSD'isms in the code, but for now I am not that
  18. interested (as long as it works).
  19.  
  20. I have this directory in my user home directory (~robtu/amiga/dnet/unix) on 
  21. the AIX box I connect to.  I point $DNETDIR to a directory $HOME/.dnet. 
  22. I put the dnet.servers file in that directory.  I edited dnet.servers to
  23. use full pathnames to the files in the .../dnet/unix directory. I have 
  24.  .../unix/bin in my PATH so I can find the dnet executables.  
  25.  
  26. Put the files where you want and adjust for your account.  It has worked 
  27. like a champ.  I dial into my system through a terminal server, use rlogin 
  28. to connect to my AIX account and then run dnet -m0 from there.  
  29.  
  30. On the Amiga side, I am using ToolManager 2.0 and a AREXX script to fire
  31. up dnet. The command line I am using is (in arexx):
  32.  
  33.     'dnet:amiga/bin/dnet' '-P2' '-Z0' '-X' '-8' '-b19200' '-B19200' '-m0'
  34.  
  35. The Amiga dnet executables are ones I downloaded eons ago and are still 
  36. faithful even since 2.04 and a 68030 came to my system.  Wow!  I have a USR 
  37. Dual Standard modem and I usually connect to a slower Intel modem at 9600 
  38. baud.  I use RTS/CTS hand shaking between my Amiga 500 and the HST.  
  39.  
  40. Please let me know if find this distribution useful or have any questions
  41. about how to use it.  You may contact me at the following address:
  42.  
  43. Rob Tulloh
  44. INTERACTIVE / SHL Systemhouse     Tel: (512) 343 0376 Ext. 116
  45. 9442 Capital of Texas Hwy. North  Fax: (512) 343 1414
  46. Arboretum Plaza One, Suite 700    Net: robtu@itx.isc.com
  47. Austin, Texas 78759
  48.  
  49. Known problems:
  50.  
  51. 1. SNFS/NF0: is not working. The connection is made but then it hangs.
  52. I have a ton of DEBUG stuff in snfs.c right now. Just ignore it. I hope to
  53. have time to fix it...
  54.  
  55. 2. Sometimes with 4 or more niftyterms running, the whole thing hangs and I
  56. have to quitdnet/startdnet to get it going again. My suggestion is to stick
  57. to 2 windows.
  58.  
  59. 3. File transfers hog the modem line when in progress. This may be a
  60. feature. Also, you get better performance if you initiate file transfers
  61. from the Amiga side. I think the block size is 4096 when you do it this way
  62. versus 1024 when initiated from Unix/AIX.
  63.  
  64. 4. There is a bug in AIX that sometimes causes your login session to get
  65. swapped with someone else's. Your prompt changes and when you type 'id' or
  66. 'who' you are no longer you! My feeling is this a PTY/socket bug since we
  67. see it with X windows xterm from time to time to. Please be nice and logout
  68. when this happens (if it happens). You are infringing on someone else's
  69. privacy. This problem has been reported to IBM. I hope they fix it soon!
  70.  
  71.